home *** CD-ROM | disk | FTP | other *** search
/ SGI Enlighten DSM 1.1 / SGI EnlightenDSM 1.1.iso / ntsetup / disk2 / _setup.2 / Group10 / Events20.schema < prev    next >
Text File  |  1998-06-30  |  36KB  |  987 lines

  1. ## THIS FILE WAS GENERATED BY MIB2SCHEMA
  2. ## For attributes containing printable ASCII
  3. ## characters, you may add a format string
  4. ## specification in the attribute characteristics
  5. ## line
  6. ## As described in RFC 1157, some agents cannot
  7. ## accept messages whose length exceeds 484 octets
  8. ## For those groups whose var-bind list has many
  9. ## entries, you may split them up into different
  10. ## var-bind lists
  11. proxy Events20
  12. description "Events20 agent"
  13. serial 2
  14. rpcid 100122
  15. (
  16.  
  17. ## Enumerated Type Definitions
  18.  
  19.     enum    limitStatusE (
  20.        1    "disable"
  21.        2    "enable"
  22.     )
  23.  
  24.     enum    limitLogE (
  25.        1    "disable"
  26.        2    "enable"
  27.     )
  28.  
  29.     enum    trapLevelE (
  30.        1    "ok"
  31.        2    "informational"
  32.        3    "warning"
  33.        4    "error"
  34.        5    "severe"
  35.     )
  36.  
  37.     enum    trapStateE (
  38.        1    "disable"
  39.        2    "enable"
  40.     )
  41.  
  42.     enum    trapSeverityE (
  43.        1    "ok"
  44.        2    "informational"
  45.        3    "warning"
  46.        4    "error"
  47.        5    "severe"
  48.     )
  49.  
  50.  
  51. ## Group and Table Declarations
  52.  
  53.     group    limits
  54.     description "(null)"
  55.     characteristics "-K NONE"
  56.     (
  57.         readonly int    numTests
  58.         description     "The number of tests being monitored."
  59.         characteristics "-N numTests -O 1.3.6.1.4.1.548.1.2.2.1.1 -T INTEGER -A RO -X equal -F 0"
  60.  
  61.     )
  62.  
  63.     table    limitTable
  64.     description "(null)"
  65.     characteristics "-K ONE"
  66.     (
  67.         readonly int    limitIndex
  68.         description     "The index for this table row entry."
  69.         characteristics "-N limitIndex -O 1.3.6.1.4.1.548.1.2.2.1.2.1.1 -T INTEGER -A RO -X equal -F 0"
  70.  
  71.         readonly string[255]    limitName
  72.         description     "The name associated with this test."
  73.         characteristics "-N limitName -O 1.3.6.1.4.1.548.1.2.2.1.2.1.2 -T STRING -A RO -X equal -F 0"
  74.  
  75.         readonly string[255]    limitUnits
  76.         description     "The unit of measure for this test."
  77.         characteristics "-N limitUnits -O 1.3.6.1.4.1.548.1.2.2.1.2.1.3 -T STRING -A RO -X equal -F 0"
  78.  
  79.         readwrite enum limitStatusE    limitStatus
  80.         description     "The current state of this specific test. Setting to off
  81.     stops data colection, alarms and traps for this test."
  82.         characteristics "-N limitStatus -O 1.3.6.1.4.1.548.1.2.2.1.2.1.4 -T INTEGER -A RW -X equal -F 0"
  83.  
  84.         readwrite int    limitTfreq
  85.         description     "The minimum testing interval (in minutes) for this test."
  86.         characteristics "-N limitTfreq -O 1.3.6.1.4.1.548.1.2.2.1.2.1.5 -T INTEGER -A RW -X equal -F 0"
  87.  
  88.         readwrite int    limitAfreq
  89.         description     "The minimum time (in minutes) between alarm reports
  90.     for this test (minutes)."
  91.         characteristics "-N limitAfreq -O 1.3.6.1.4.1.548.1.2.2.1.2.1.6 -T INTEGER -A RW -X equal -F 0"
  92.  
  93.         readonly string[128]    limitRealVarType
  94.         description     "The variable type used internally for each of the 
  95.     following alarm limits .  If the real variable type
  96.     is 'float' then the displayed value should be divided
  97.     by 1000 . If setting a float, use the integer of
  98.     1000 times the desired value."
  99.         characteristics "-N limitRealVarType -O 1.3.6.1.4.1.548.1.2.2.1.2.1.7 -T STRING -A RO -X equal -F 0"
  100.  
  101.         readwrite int    limitHigh
  102.         description     "The high limit alarm threshold (optional). The limit is ignored if
  103.     set to zero."
  104.         characteristics "-N limitHigh -O 1.3.6.1.4.1.548.1.2.2.1.2.1.8 -T INTEGER -A RW -X equal -F 0"
  105.  
  106.         readwrite int    limitLow
  107.         description     "The low limit alarm threshold (optional). The limit is ignored if
  108.     set to zero."
  109.         characteristics "-N limitLow -O 1.3.6.1.4.1.548.1.2.2.1.2.1.9 -T INTEGER -A RW -X equal -F 0"
  110.  
  111.         readwrite int    limitPjump
  112.         description     "The Positive Jump alarm threshold (optional). An alarm may be issued
  113.     if the currently measured value is greater than last measured
  114.     value+limitPjump .  The limit is ignored if set to zero."
  115.         characteristics "-N limitPjump -O 1.3.6.1.4.1.548.1.2.2.1.2.1.10 -T INTEGER -A RW -X equal -F 0"
  116.  
  117.         readwrite int    limitNjump
  118.         description     "The Negitive Jump alarm threshold (optional). An alarm may be issued
  119.     if the currently measured value is less then the last measured
  120.     value-limitNjump.  The limit is ignored if set to zero."
  121.         characteristics "-N limitNjump -O 1.3.6.1.4.1.548.1.2.2.1.2.1.11 -T INTEGER -A RW -X equal -F 0"
  122.  
  123.         readwrite int    limitPrate
  124.         description     "The Positive Rate (percent of increase) alarm threshold (optional). An
  125.     alarm may be issued if the currently measured value exceeds the last
  126.     measured value by more than limitPrate percent. The limit is ignored
  127.     if set to zero."
  128.         characteristics "-N limitPrate -O 1.3.6.1.4.1.548.1.2.2.1.2.1.12 -T INTEGER -A RW -X equal -F 0"
  129.  
  130.         readwrite int    limitNrate
  131.         description     "The Negitive Rate alarm threshold (optional). An alarm may be sent if
  132.     the currently measured value has decreased by more than limitNrate
  133.     percent from the last measured value. The limit is ignored if set to zero."
  134.         characteristics "-N limitNrate -O 1.3.6.1.4.1.548.1.2.2.1.2.1.13 -T INTEGER -A RW -X equal -F 0"
  135.  
  136.         readwrite int    limitDelta
  137.         description     "The logging Delta for this test. If logging for this test is enable,
  138.     then data will be logged anytime the currently measured value differs
  139.     by more than limitDelta units from the last logged value. If set to
  140.     zero,  data will not be logged."
  141.         characteristics "-N limitDelta -O 1.3.6.1.4.1.548.1.2.2.1.2.1.14 -T INTEGER -A RW -X equal -F 0"
  142.  
  143.         readwrite enum limitLogE    limitLog
  144.         description     "When set to 'enable' logging will occur."
  145.         characteristics "-N limitLog -O 1.3.6.1.4.1.548.1.2.2.1.2.1.15 -T INTEGER -A RW -X equal -F 0"
  146.  
  147.     )
  148.  
  149.     group    trapmanage
  150.     description "(null)"
  151.     characteristics "-K NONE"
  152.     (
  153.         readonly int    numTraps
  154.         description     "The number of enterprise specific traps in this mib."
  155.         characteristics "-N numTraps -O 1.3.6.1.4.1.548.1.2.2.2.1 -T INTEGER -A RO -X equal -F 0"
  156.  
  157.         readonly string[255]    trapKind
  158.         description     "The name of the alarm threshold breached when last trap was sent."
  159.         characteristics "-N trapKind -O 1.3.6.1.4.1.548.1.2.2.2.3 -T STRING -A RO -X equal -F 0"
  160.  
  161.         readwrite enum trapLevelE    trapLevel
  162.         description     "The severity level of the last trap sent."
  163.         characteristics "-N trapLevel -O 1.3.6.1.4.1.548.1.2.2.2.4 -T INTEGER -A RW -X equal -F 0"
  164.  
  165.     )
  166.  
  167.     table    trapmanageTable
  168.     description "(null)"
  169.     characteristics "-K ONE"
  170.     (
  171.         readonly int    trapNum
  172.         description     "The row index number into this table."
  173.         characteristics "-N trapNum -O 1.3.6.1.4.1.548.1.2.2.2.5.1.1 -T INTEGER -A RO -X equal -F 0"
  174.  
  175.         readonly string[255]    trapName
  176.         description     "The test name associated with this trap."
  177.         characteristics "-N trapName -O 1.3.6.1.4.1.548.1.2.2.2.5.1.2 -T STRING -A RO -X equal -F 0"
  178.  
  179.         readwrite enum trapStateE    trapState
  180.         description     "The current state of this trap."
  181.         characteristics "-N trapState -O 1.3.6.1.4.1.548.1.2.2.2.5.1.3 -T INTEGER -A RW -X equal -F 0"
  182.  
  183.         readwrite enum trapSeverityE    trapSeverity
  184.         description     "The severity level of this TRAP PDU. Set it to one of: ok,
  185.      informational, warning, error, or severe ."
  186.         characteristics "-N trapSeverity -O 1.3.6.1.4.1.548.1.2.2.2.5.1.4 -T INTEGER -A RW -X equal -F 0"
  187.  
  188.     )
  189.  
  190.     group    os
  191.     description "(null)"
  192.     characteristics "-K NONE"
  193.     (
  194.         readonly string[255]    osName
  195.         description     "The name and version of the Operating System being run on this host."
  196.         characteristics "-N osName -O 1.3.6.1.4.1.548.1.2.2.3.1 -T STRING -A RO -X equal -F 0"
  197.  
  198.         readonly string[255]    osLocalTime
  199.         description     "This system's concept of the current local time, date, and timezone."
  200.         characteristics "-N osLocalTime -O 1.3.6.1.4.1.548.1.2.2.3.2 -T STRING -A RO -X equal -F 0"
  201.  
  202.         readonly string[255]    osReboot
  203.         description     " Displays the time and date of last reboot."
  204.         characteristics "-N osReboot -O 1.3.6.1.4.1.548.1.2.2.3.3 -T STRING -A RO -X equal -F 0"
  205.  
  206.     )
  207.  
  208.     group    kernel
  209.     description "(null)"
  210.     characteristics "-K NONE"
  211.     (
  212.         readonly counter    kcontext
  213.         description     "The number of kernal context switches since last reboot."
  214.         characteristics "-N kcontext -O 1.3.6.1.4.1.548.1.2.2.4.1 -T COUNTER -A RO -X equal -F 0"
  215.  
  216.         readonly counter    ktraps
  217.         description     "The number of kernal traps since last reboot."
  218.         characteristics "-N ktraps -O 1.3.6.1.4.1.548.1.2.2.4.2 -T COUNTER -A RO -X equal -F 0"
  219.  
  220.         readonly counter    ksyscalls
  221.         description     "The number of kernal system calls since last reboot."
  222.         characteristics "-N ksyscalls -O 1.3.6.1.4.1.548.1.2.2.4.3 -T COUNTER -A RO -X equal -F 0"
  223.  
  224.         readonly counter    kdevints
  225.         description     "The number of kernal device interupts since last reboot."
  226.         characteristics "-N kdevints -O 1.3.6.1.4.1.548.1.2.2.4.4 -T COUNTER -A RO -X equal -F 0"
  227.  
  228.         readonly counter    kforks
  229.         description     "The number of forks since last reboot."
  230.         characteristics "-N kforks -O 1.3.6.1.4.1.548.1.2.2.4.5 -T COUNTER -A RO -X equal -F 0"
  231.  
  232.         readonly counter    kvforks
  233.         description     "The number of vforks since last reboot."
  234.         characteristics "-N kvforks -O 1.3.6.1.4.1.548.1.2.2.4.6 -T COUNTER -A RO -X equal -F 0"
  235.  
  236.         readonly counter    kfpages
  237.         description     "The number of forked pages since last reboot."
  238.         characteristics "-N kfpages -O 1.3.6.1.4.1.548.1.2.2.4.7 -T COUNTER -A RO -X equal -F 0"
  239.  
  240.         readonly counter    kvpages
  241.         description     "The number of vfork pages since last reboot."
  242.         characteristics "-N kvpages -O 1.3.6.1.4.1.548.1.2.2.4.8 -T COUNTER -A RO -X equal -F 0"
  243.  
  244.     )
  245.  
  246.     group    mbuf
  247.     description "(null)"
  248.     characteristics "-K NONE"
  249.     (
  250.         readonly gauge    mbufBufs
  251.         description     "The number of mbufs obtained from the page pool."
  252.         characteristics "-N mbufBufs -O 1.3.6.1.4.1.548.1.2.2.5.1 -T GAUGE -A RO -X equal -F 0"
  253.  
  254.         readonly gauge    mbufClusters
  255.         description     "The number of mbuf clusters obtained from the page pool."
  256.         characteristics "-N mbufClusters -O 1.3.6.1.4.1.548.1.2.2.5.2 -T GAUGE -A RO -X equal -F 0"
  257.  
  258.         readonly gauge    mbufClfree
  259.         description     "The number of free clusters."
  260.         characteristics "-N mbufClfree -O 1.3.6.1.4.1.548.1.2.2.5.3 -T GAUGE -A RO -X equal -F 0"
  261.  
  262.         readonly counter    mbufDrops
  263.         description     "The number of times failed to find space."
  264.         characteristics "-N mbufDrops -O 1.3.6.1.4.1.548.1.2.2.5.4 -T COUNTER -A RO -X equal -F 0"
  265.  
  266.         readonly gauge    mbufSpace
  267.         description     "The number of interface pages obtained from page pool."
  268.         characteristics "-N mbufSpace -O 1.3.6.1.4.1.548.1.2.2.5.5 -T GAUGE -A RO -X equal -F 0"
  269.  
  270.         readonly counter    mbufWait
  271.         description     "The number of times waited for space."
  272.         characteristics "-N mbufWait -O 1.3.6.1.4.1.548.1.2.2.5.6 -T COUNTER -A RO -X equal -F 0"
  273.  
  274.         readonly counter    mbufDrain
  275.         description     "The number of times drained protocols for space."
  276.         characteristics "-N mbufDrain -O 1.3.6.1.4.1.548.1.2.2.5.7 -T COUNTER -A RO -X equal -F 0"
  277.  
  278.     )
  279.  
  280.     group    ncache
  281.     description "(null)"
  282.     characteristics "-K NONE"
  283.     (
  284.         readonly gauge    ncacheSize
  285.         description     "The size of the name cache."
  286.         characteristics "-N ncacheSize -O 1.3.6.1.4.1.548.1.2.2.6.1 -T GAUGE -A RO -X equal -F 0"
  287.  
  288.         readonly counter    ncacheHits
  289.         description     "The number of name cache hits."
  290.         characteristics "-N ncacheHits -O 1.3.6.1.4.1.548.1.2.2.6.2 -T COUNTER -A RO -X equal -F 0"
  291.  
  292.         readonly counter    ncacheMiss
  293.         description     "The number of name cache misses."
  294.         characteristics "-N ncacheMiss -O 1.3.6.1.4.1.548.1.2.2.6.3 -T COUNTER -A RO -X equal -F 0"
  295.  
  296.         readonly counter    ncachePurge
  297.         description     "The number of times the name cache has been purged."
  298.         characteristics "-N ncachePurge -O 1.3.6.1.4.1.548.1.2.2.6.4 -T COUNTER -A RO -X equal -F 0"
  299.  
  300.     )
  301.  
  302.     group    vm
  303.     description "(null)"
  304.     characteristics "-K NONE"
  305.     (
  306.         readonly gauge    vmLocked
  307.         description     "The number of VM pages currently locked."
  308.         characteristics "-N vmLocked -O 1.3.6.1.4.1.548.1.2.2.7.1 -T GAUGE -A RO -X equal -F 0"
  309.  
  310.         readonly gauge    vmClaimed
  311.         description     "The number of VM pages claimed."
  312.         characteristics "-N vmClaimed -O 1.3.6.1.4.1.548.1.2.2.7.2 -T GAUGE -A RO -X equal -F 0"
  313.  
  314.         readonly gauge    vmFree
  315.         description     "The number of VM blocks free (30 second moving average)."
  316.         characteristics "-N vmFree -O 1.3.6.1.4.1.548.1.2.2.7.3 -T GAUGE -A RO -X equal -F 0"
  317.  
  318.         readonly counter    vmCctx
  319.         description     "The number of Context Cache flushes since last reboot."
  320.         characteristics "-N vmCctx -O 1.3.6.1.4.1.548.1.2.2.7.4 -T COUNTER -A RO -X equal -F 0"
  321.  
  322.         readonly counter    vmCseg
  323.         description     "The number of Segment Cache flushes since last reboot."
  324.         characteristics "-N vmCseg -O 1.3.6.1.4.1.548.1.2.2.7.5 -T COUNTER -A RO -X equal -F 0"
  325.  
  326.         readonly counter    vmCpag
  327.         description     "The number of Page Cache flushes since last reboot."
  328.         characteristics "-N vmCpag -O 1.3.6.1.4.1.548.1.2.2.7.6 -T COUNTER -A RO -X equal -F 0"
  329.  
  330.         readonly counter    vmCpar
  331.         description     "The number of Partial Page Cache flushes since last reboot."
  332.         characteristics "-N vmCpar -O 1.3.6.1.4.1.548.1.2.2.7.7 -T COUNTER -A RO -X equal -F 0"
  333.  
  334.         readonly counter    vmCusr
  335.         description     "The number of User Cache flushes since last reboot."
  336.         characteristics "-N vmCusr -O 1.3.6.1.4.1.548.1.2.2.7.8 -T COUNTER -A RO -X equal -F 0"
  337.  
  338.         readonly counter    vmCreg
  339.         description     "The number of Region Cache flushes since last reboot."
  340.         characteristics "-N vmCreg -O 1.3.6.1.4.1.548.1.2.2.7.9 -T COUNTER -A RO -X equal -F 0"
  341.  
  342.         readonly gauge    swapFree
  343.         description     "The amount of free swap space available. Expressed in kilobytes."
  344.         characteristics "-N swapFree -O 1.3.6.1.4.1.548.1.2.2.7.10 -T GAUGE -A RO -X equal -F 0"
  345.  
  346.     )
  347.  
  348.     group    cpu
  349.     description "(null)"
  350.     characteristics "-K NONE"
  351.     (
  352.         readonly gauge    cpuLoad
  353.         description     "The average length of the run queue (multiplied by 1000)"
  354.         characteristics "-N cpuLoad -O 1.3.6.1.4.1.548.1.2.2.8.1 -T GAUGE -A RO -X equal -F 0"
  355.  
  356.         readonly gauge    cpuUser
  357.         description     "Average percent of time CPU(s) spent in User mode 
  358.          (multiplied by 1000)."
  359.         characteristics "-N cpuUser -O 1.3.6.1.4.1.548.1.2.2.8.2 -T GAUGE -A RO -X equal -F 0"
  360.  
  361.         readonly gauge    cpuKernel
  362.         description     "Average percent of time CPU(s) spent in Kernel mode
  363.          (multiplied by 1000)."
  364.         characteristics "-N cpuKernel -O 1.3.6.1.4.1.548.1.2.2.8.3 -T GAUGE -A RO -X equal -F 0"
  365.  
  366.         readonly gauge    cpuIdle
  367.         description     "Average percent of time CPU(s) spent in Idle mode
  368.          (multiplied by 1000)."
  369.         characteristics "-N cpuIdle -O 1.3.6.1.4.1.548.1.2.2.8.4 -T GAUGE -A RO -X equal -F 0"
  370.  
  371.         readonly gauge    cpuWait
  372.         description     "Average percent of time CPU(s) spent in Wait mode
  373.          (multiplied by 1000)."
  374.         characteristics "-N cpuWait -O 1.3.6.1.4.1.548.1.2.2.8.5 -T GAUGE -A RO -X equal -F 0"
  375.  
  376.     )
  377.  
  378.     group    proc
  379.     description "(null)"
  380.     characteristics "-K NONE"
  381.     (
  382.         readonly int    numProcs
  383.         description     "The number of critical process types being monitored."
  384.         characteristics "-N numProcs -O 1.3.6.1.4.1.548.1.2.2.9.1 -T INTEGER -A RO -X equal -F 0"
  385.  
  386.         readonly int    procTotal
  387.         description     "The total number of process currently loaded."
  388.         characteristics "-N procTotal -O 1.3.6.1.4.1.548.1.2.2.9.2 -T INTEGER -A RO -X equal -F 0"
  389.  
  390.         readonly int    procFree
  391.         description     "The number of process slots not currently in use."
  392.         characteristics "-N procFree -O 1.3.6.1.4.1.548.1.2.2.9.3 -T INTEGER -A RO -X equal -F 0"
  393.  
  394.     )
  395.  
  396.     table    procTable
  397.     description "(null)"
  398.     characteristics "-K ONE"
  399.     (
  400.         readonly int    procIndex
  401.         description     "The table row number of this entry."
  402.         characteristics "-N procIndex -O 1.3.6.1.4.1.548.1.2.2.9.4.1.1 -T INTEGER -A RO -X equal -F 0"
  403.  
  404.         readonly string[255]    procName
  405.         description     "The name of a critical process being monitored."
  406.         characteristics "-N procName -O 1.3.6.1.4.1.548.1.2.2.9.4.1.2 -T STRING -A RO -X equal -F 0"
  407.  
  408.         readonly int    procInstances
  409.         description     "The number of processes currrently running and having the
  410.     name referanced by procName."
  411.         characteristics "-N procInstances -O 1.3.6.1.4.1.548.1.2.2.9.4.1.3 -T INTEGER -A RO -X equal -F 0"
  412.  
  413.         readonly gauge    procSize
  414.         description     "Sum of data plus text regions for the named process."
  415.         characteristics "-N procSize -O 1.3.6.1.4.1.548.1.2.2.9.4.1.5 -T GAUGE -A RO -X equal -F 0"
  416.  
  417.         readonly counter    procTime
  418.         description     "The amount of CPU time used by the named process."
  419.         characteristics "-N procTime -O 1.3.6.1.4.1.548.1.2.2.9.4.1.6 -T COUNTER -A RO -X equal -F 0"
  420.  
  421.         readonly gauge    procStatus
  422.         description     "The current run state of the named process."
  423.         characteristics "-N procStatus -O 1.3.6.1.4.1.548.1.2.2.9.4.1.7 -T GAUGE -A RO -X equal -F 0"
  424.  
  425.     )
  426.  
  427.     group    fs
  428.     description "(null)"
  429.     characteristics "-K NONE"
  430.     (
  431.         readonly int    filesystems
  432.         description     "The number of real filesystems local to this host."
  433.         characteristics "-N filesystems -O 1.3.6.1.4.1.548.1.2.2.10.1 -T INTEGER -A RO -X equal -F 0"
  434.  
  435.     )
  436.  
  437.     table    fsTable
  438.     description "(null)"
  439.     characteristics "-K ONE"
  440.     (
  441.         readonly string[255]    fsDev
  442.         description     "The device associated with this filesystem."
  443.         characteristics "-N fsDev -O 1.3.6.1.4.1.548.1.2.2.10.2.1.1 -T STRING -A RO -X equal -F 0"
  444.  
  445.         readonly string[255]    fsName
  446.         description     "The name associated with this filesystem."
  447.         characteristics "-N fsName -O 1.3.6.1.4.1.548.1.2.2.10.2.1.2 -T STRING -A RO -X equal -F 0"
  448.  
  449.         readonly string[255]    fsType
  450.         description     "The type of filesystem on this device."
  451.         characteristics "-N fsType -O 1.3.6.1.4.1.548.1.2.2.10.2.1.3 -T STRING -A RO -X equal -F 0"
  452.  
  453.         readonly int    fsBfree
  454.         description     "The number of (512 byte) disk blocks free on this filesystem."
  455.         characteristics "-N fsBfree -O 1.3.6.1.4.1.548.1.2.2.10.2.1.4 -T INTEGER -A RO -X equal -F 0"
  456.  
  457.         readonly int    fsIfree
  458.         description     "The number of free inodes on this filesystem."
  459.         characteristics "-N fsIfree -O 1.3.6.1.4.1.548.1.2.2.10.2.1.5 -T INTEGER -A RO -X equal -F 0"
  460.  
  461.         readonly int    fsIndex
  462.         description     "The index to this table entry."
  463.         characteristics "-N fsIndex -O 1.3.6.1.4.1.548.1.2.2.10.2.1.6 -T INTEGER -A RO -X equal -F 0"
  464.  
  465.     )
  466.  
  467.     group    files
  468.     description "(null)"
  469.     characteristics "-K NONE"
  470.     (
  471.         readonly int    numFiles
  472.         description     "The number of files being monitored."
  473.         characteristics "-N numFiles -O 1.3.6.1.4.1.548.1.2.2.11.1 -T INTEGER -A RO -X equal -F 0"
  474.  
  475.     )
  476.  
  477.     table    filesTable
  478.     description "(null)"
  479.     characteristics "-K ONE"
  480.     (
  481.         readonly string[255]    fileName
  482.         description     "The name associated with this file."
  483.         characteristics "-N fileName -O 1.3.6.1.4.1.548.1.2.2.11.2.1.1 -T STRING -A RO -X equal -F 0"
  484.  
  485.         readonly int    fileSize
  486.         description     "The length of this file (in bytes) ."
  487.         characteristics "-N fileSize -O 1.3.6.1.4.1.548.1.2.2.11.2.1.2 -T INTEGER -A RO -X equal -F 0"
  488.  
  489.         readonly string[255]    fileRmtime
  490.         description     "The time this file was last modified."
  491.         characteristics "-N fileRmtime -O 1.3.6.1.4.1.548.1.2.2.11.2.1.3 -T STRING -A RO -X equal -F 0"
  492.  
  493.         readonly int    fileMtime
  494.         description     "An integer number representing the time this file was last modified,
  495.     referranced to the Epoch most commonly used on this platform."
  496.         characteristics "-N fileMtime -O 1.3.6.1.4.1.548.1.2.2.11.2.1.4 -T INTEGER -A RO -X equal -F 0"
  497.  
  498.         readonly string[255]    fileRatime
  499.         description     "The time this file was last accessed."
  500.         characteristics "-N fileRatime -O 1.3.6.1.4.1.548.1.2.2.11.2.1.5 -T STRING -A RO -X equal -F 0"
  501.  
  502.         readonly int    fileAtime
  503.         description     "An integer number representing the time this file was last accessed,
  504.     referranced to the Epoch most commonly used on this platform."
  505.         characteristics "-N fileAtime -O 1.3.6.1.4.1.548.1.2.2.11.2.1.6 -T INTEGER -A RO -X equal -F 0"
  506.  
  507.         readonly string[255]    fileLine
  508.         description     "The regular expression match reported in the most recent TRAP
  509.      message regarding this file. This assumes file clamping is being
  510.      used."
  511.         characteristics "-N fileLine -O 1.3.6.1.4.1.548.1.2.2.11.2.1.7 -T STRING -A RO -X equal -F 0"
  512.  
  513.         readonly int    fileIndex
  514.         description     "The index to this table entry."
  515.         characteristics "-N fileIndex -O 1.3.6.1.4.1.548.1.2.2.11.2.1.8 -T INTEGER -A RO -X equal -F 0"
  516.  
  517.     )
  518.  
  519.     group    qu
  520.     description "(null)"
  521.     characteristics "-K NONE"
  522.     (
  523.         readonly int    numQueues
  524.         description     "The number of queues being monitored."
  525.         characteristics "-N numQueues -O 1.3.6.1.4.1.548.1.2.2.12.1 -T INTEGER -A RO -X equal -F 0"
  526.  
  527.     )
  528.  
  529.     table    quTable
  530.     description "(null)"
  531.     characteristics "-K ONE"
  532.     (
  533.         readonly int    quIndex
  534.         description     "The index to this table entry."
  535.         characteristics "-N quIndex -O 1.3.6.1.4.1.548.1.2.2.12.2.1.1 -T INTEGER -A RO -X equal -F 0"
  536.  
  537.         readonly string[255]    quName
  538.         description     "The name associated with this queue."
  539.         characteristics "-N quName -O 1.3.6.1.4.1.548.1.2.2.12.2.1.2 -T STRING -A RO -X equal -F 0"
  540.  
  541.         readonly int    quOldFiles
  542.         description     "The number of old files in this queue. This trap is available
  543.     only if quMaxAge is greater than zero."
  544.         characteristics "-N quOldFiles -O 1.3.6.1.4.1.548.1.2.2.12.2.1.3 -T INTEGER -A RO -X equal -F 0"
  545.  
  546.         readonly int    quQuedFiles
  547.         description     "Total number of files in this queue. This trap is
  548.     available only if quMaxAge is set to zero."
  549.         characteristics "-N quQuedFiles -O 1.3.6.1.4.1.548.1.2.2.12.2.1.4 -T INTEGER -A RO -X equal -F 0"
  550.  
  551.         readwrite int    quMaxAge
  552.         description     "The minimum number of minutes old a file must be
  553.     before it is counted as being old."
  554.         characteristics "-N quMaxAge -O 1.3.6.1.4.1.548.1.2.2.12.2.1.5 -T INTEGER -A RW -X equal -F 0"
  555.  
  556.     )
  557.  
  558.     group    hardware
  559.     description "(null)"
  560.     characteristics "-K NONE"
  561.     (
  562.         readonly int    totalHwItems
  563.         description     "The number of items inventoried."
  564.         characteristics "-N totalHwItems -O 1.3.6.1.4.1.548.1.2.2.13.1 -T INTEGER -A RO -X equal -F 0"
  565.  
  566.         readonly int    addedHwItems
  567.         description     "The number of hardware items added since last inventory."
  568.         characteristics "-N addedHwItems -O 1.3.6.1.4.1.548.1.2.2.13.2 -T INTEGER -A RO -X equal -F 0"
  569.  
  570.         readonly int    missingHwItems
  571.         description     "The number of hardware items missing since last inventory."
  572.         characteristics "-N missingHwItems -O 1.3.6.1.4.1.548.1.2.2.13.3 -T INTEGER -A RO -X equal -F 0"
  573.  
  574.     )
  575.  
  576.     table    hardwareTable
  577.     description "(null)"
  578.     characteristics "-K ONE"
  579.     (
  580.         readonly string[255]    hardwareItem
  581.         description     "The description of one item inventoried."
  582.         characteristics "-N hardwareItem -O 1.3.6.1.4.1.548.1.2.2.13.4.1.1 -T STRING -A RO -X equal -F 0"
  583.  
  584.         readonly int    hardwareIndex
  585.         description     "The index of this row of the table."
  586.         characteristics "-N hardwareIndex -O 1.3.6.1.4.1.548.1.2.2.13.4.1.2 -T INTEGER -A RO -X equal -F 0"
  587.  
  588.     )
  589.  
  590.     group    software
  591.     description "(null)"
  592.     characteristics "-K NONE"
  593.     (
  594.         readonly int    numItems
  595.         description     "The number of items inventoried."
  596.         characteristics "-N numItems -O 1.3.6.1.4.1.548.1.2.2.14.1 -T INTEGER -A RO -X equal -F 0"
  597.  
  598.         readonly int    addedSwItems
  599.         description     "The number of items inventoried."
  600.         characteristics "-N addedSwItems -O 1.3.6.1.4.1.548.1.2.2.14.2 -T INTEGER -A RO -X equal -F 0"
  601.  
  602.         readonly int    missingSwItems
  603.         description     "The number of items inventoried."
  604.         characteristics "-N missingSwItems -O 1.3.6.1.4.1.548.1.2.2.14.3 -T INTEGER -A RO -X equal -F 0"
  605.  
  606.     )
  607.  
  608.     table    softwareTable
  609.     description "(null)"
  610.     characteristics "-K ONE"
  611.     (
  612.         readonly string[255]    softwareName
  613.         description     "The name of this software application or module ."
  614.         characteristics "-N softwareName -O 1.3.6.1.4.1.548.1.2.2.14.4.1.1 -T STRING -A RO -X equal -F 0"
  615.  
  616.         readonly string[255]    softwareVersion
  617.         description     "The version and revision of software."
  618.         characteristics "-N softwareVersion -O 1.3.6.1.4.1.548.1.2.2.14.4.1.2 -T STRING -A RO -X equal -F 0"
  619.  
  620.         readonly string[255]    softwareComment
  621.         description     "Additional information about the named software package."
  622.         characteristics "-N softwareComment -O 1.3.6.1.4.1.548.1.2.2.14.4.1.3 -T STRING -A RO -X equal -F 0"
  623.  
  624.         readonly int    softwareIndex
  625.         description     "The index of this row of the table."
  626.         characteristics "-N softwareIndex -O 1.3.6.1.4.1.548.1.2.2.14.4.1.2 -T INTEGER -A RO -X equal -F 0"
  627.  
  628.     )
  629.  
  630.     group    printer
  631.     description "(null)"
  632.     characteristics "-K NONE"
  633.     (
  634.         readonly int    numPrinters
  635.         description     "The number of printers monitored."
  636.         characteristics "-N numPrinters -O 1.3.6.1.4.1.548.1.2.2.15.1 -T INTEGER -A RO -X equal -F 0"
  637.  
  638.     )
  639.  
  640.     table    printerTable
  641.     description "(null)"
  642.     characteristics "-K ONE"
  643.     (
  644.         readonly string[255]    printerName
  645.         description     "The other name this printer is known by."
  646.         characteristics "-N printerName -O 1.3.6.1.4.1.548.1.2.2.15.2.1.1 -T STRING -A RO -X equal -F 0"
  647.  
  648.         readonly string[255]    printerName2
  649.         description     "One of two names this printer is known by."
  650.         characteristics "-N printerName2 -O 1.3.6.1.4.1.548.1.2.2.15.2.1.2 -T STRING -A RO -X equal -F 0"
  651.  
  652.         readonly string[255]    printerStatus
  653.         description     "The current status of the printer."
  654.         characteristics "-N printerStatus -O 1.3.6.1.4.1.548.1.2.2.15.2.1.3 -T STRING -A RO -X equal -F 0"
  655.  
  656.         readonly int    printerIndex
  657.         description     "The index of this row of the table."
  658.         characteristics "-N printerIndex -O 1.3.6.1.4.1.548.1.2.2.15.2.1.4 -T INTEGER -A RO -X equal -F 0"
  659.  
  660.     )
  661.  
  662.     group    disks
  663.     description "(null)"
  664.     characteristics "-K NONE"
  665.     (
  666.         readonly int    numDisk
  667.         description     "The number of disks being monitored in the diskTable."
  668.         characteristics "-N numDisk -O 1.3.6.1.4.1.548.1.2.2.16.1 -T INTEGER -A RO -X equal -F 0"
  669.  
  670.     )
  671.  
  672.     table    diskTable
  673.     description "(null)"
  674.     characteristics "-K ONE"
  675.     (
  676.         readonly int    diskIndex
  677.         description     "The number of disk entries in this table."
  678.         characteristics "-N diskIndex -O 1.3.6.1.4.1.548.1.2.2.16.2.1.1 -T INTEGER -A RO -X equal -F 0"
  679.  
  680.         readonly string[255]    diskName
  681.         description     "The name for the disk that this table row refers to."
  682.         characteristics "-N diskName -O 1.3.6.1.4.1.548.1.2.2.16.2.1.2 -T STRING -A RO -X equal -F 0"
  683.  
  684.         readonly counter    diskTime
  685.         description     "The amount of time this disk has been active."
  686.         characteristics "-N diskTime -O 1.3.6.1.4.1.548.1.2.2.16.2.1.3 -T COUNTER -A RO -X equal -F 0"
  687.  
  688.         readonly counter    diskSeek
  689.         description     "The number of seeks this disk has preformed."
  690.         characteristics "-N diskSeek -O 1.3.6.1.4.1.548.1.2.2.16.2.1.4 -T COUNTER -A RO -X equal -F 0"
  691.  
  692.         readonly counter    diskXfers
  693.         description     "The number of data transfers to/from this disk."
  694.         characteristics "-N diskXfers -O 1.3.6.1.4.1.548.1.2.2.16.2.1.5 -T COUNTER -A RO -X equal -F 0"
  695.  
  696.         readonly counter    diskReads
  697.         description     "The number of blocks read from this disk."
  698.         characteristics "-N diskReads -O 1.3.6.1.4.1.548.1.2.2.16.2.1.6 -T COUNTER -A RO -X equal -F 0"
  699.  
  700.     )
  701.  
  702.     group    rpc
  703.     description "(null)"
  704.     characteristics "-K NONE"
  705.     (
  706.         readonly counter    rpcCalls
  707.         description     "The number of rpc (client) calls since last reboot."
  708.         characteristics "-N rpcCalls -O 1.3.6.1.4.1.548.1.2.2.17.1 -T COUNTER -A RO -X equal -F 0"
  709.  
  710.         readonly counter    rpcBadCalls
  711.         description     "The number of bad rpc (client) calls since last reboot."
  712.         characteristics "-N rpcBadCalls -O 1.3.6.1.4.1.548.1.2.2.17.2 -T COUNTER -A RO -X equal -F 0"
  713.  
  714.         readonly counter    rpcReTrans
  715.         description     "The number of rpc (client) retransmissions since last reboot."
  716.         characteristics "-N rpcReTrans -O 1.3.6.1.4.1.548.1.2.2.17.3 -T COUNTER -A RO -X equal -F 0"
  717.  
  718.         readonly counter    rpcBadXid
  719.         description     "The number of unexpected rpc (client) packets,
  720.     since last reboot."
  721.         characteristics "-N rpcBadXid -O 1.3.6.1.4.1.548.1.2.2.17.4 -T COUNTER -A RO -X equal -F 0"
  722.  
  723.         readonly counter    rpcTout
  724.         description     "The number of rpc (client) timeouts since last reboot."
  725.         characteristics "-N rpcTout -O 1.3.6.1.4.1.548.1.2.2.17.5 -T COUNTER -A RO -X equal -F 0"
  726.  
  727.         readonly counter    rpcWait
  728.         description     "The number of rpc (client) waits since last reboot."
  729.         characteristics "-N rpcWait -O 1.3.6.1.4.1.548.1.2.2.17.6 -T COUNTER -A RO -X equal -F 0"
  730.  
  731.         readonly counter    rpcNewCred
  732.         description     "The number of times since last reboot that rpc (client)
  733.     authentation has been refreshed."
  734.         characteristics "-N rpcNewCred -O 1.3.6.1.4.1.548.1.2.2.17.7 -T COUNTER -A RO -X equal -F 0"
  735.  
  736.         readonly gauge    rpcTimers
  737.         description     "The number of rpc (client) timers in use."
  738.         characteristics "-N rpcTimers -O 1.3.6.1.4.1.548.1.2.2.17.8 -T GAUGE -A RO -X equal -F 0"
  739.  
  740.         readonly counter    rpsCalls
  741.         description     "The number of rpc (server) calls since last reboot."
  742.         characteristics "-N rpsCalls -O 1.3.6.1.4.1.548.1.2.2.17.9 -T COUNTER -A RO -X equal -F 0"
  743.  
  744.         readonly counter    rpsBadCalls
  745.         description     "The number of bad rpc (server) calls since last reboot."
  746.         characteristics "-N rpsBadCalls -O 1.3.6.1.4.1.548.1.2.2.17.10 -T COUNTER -A RO -X equal -F 0"
  747.  
  748.         readonly counter    rpsNullRecv
  749.         description     "The number of rpc (server) calls not available but thought received."
  750.         characteristics "-N rpsNullRecv -O 1.3.6.1.4.1.548.1.2.2.17.11 -T COUNTER -A RO -X equal -F 0"
  751.  
  752.         readonly counter    rpsBadLen
  753.         description     "The number of truncated rpc (server) packets , since last reboot."
  754.         characteristics "-N rpsBadLen -O 1.3.6.1.4.1.548.1.2.2.17.12 -T COUNTER -A RO -X equal -F 0"
  755.  
  756.         readonly counter    rpsXdrcall
  757.         description     "The number of received rpc (server) packets, since last reboot
  758.     that had undecodable headers."
  759.         characteristics "-N rpsXdrcall -O 1.3.6.1.4.1.548.1.2.2.17.13 -T COUNTER -A RO -X equal -F 0"
  760.  
  761.     )
  762.  
  763.     group    api1
  764.     description "(null)"
  765.     characteristics "-K NONE"
  766.     (
  767.         readonly string[128]    api1fname
  768.         description     "The filename that the following data came from."
  769.         characteristics "-N api1fname -O 1.3.6.1.4.1.548.1.2.2.18.1 -T STRING -A RO -X equal -F 0"
  770.  
  771.     )
  772.  
  773.     table    api1Table
  774.     description "(null)"
  775.     characteristics "-K ONE"
  776.     (
  777.         readonly int    api1Index
  778.         description     "The index to this table entry."
  779.         characteristics "-N api1Index -O 1.3.6.1.4.1.548.1.2.2.18.2.1.1 -T INTEGER -A RO -X equal -F 0"
  780.  
  781.         readonly string[128]    api1Label
  782.         description     "A string associated with api1data and comes from the same row."
  783.         characteristics "-N api1Label -O 1.3.6.1.4.1.548.1.2.2.18.2.1.2 -T STRING -A RO -X equal -F 0"
  784.  
  785.         readonly int    api1Data
  786.         description     "The data found in this row of the api1 table."
  787.         characteristics "-N api1Data -O 1.3.6.1.4.1.548.1.2.2.18.2.1.3 -T INTEGER -A RO -X equal -F 0"
  788.  
  789.     )
  790.  
  791.     group    api2
  792.     description "(null)"
  793.     characteristics "-K NONE"
  794.     (
  795.         readonly string[128]    api2fname
  796.         description     "The filename that the following data came from."
  797.         characteristics "-N api2fname -O 1.3.6.1.4.1.548.1.2.2.19.1 -T STRING -A RO -X equal -F 0"
  798.  
  799.     )
  800.  
  801.     table    api2Table
  802.     description "(null)"
  803.     characteristics "-K ONE"
  804.     (
  805.         readonly int    api2Index
  806.         description     "The index to this table entry."
  807.         characteristics "-N api2Index -O 1.3.6.1.4.1.548.1.2.2.19.2.1.1 -T INTEGER -A RO -X equal -F 0"
  808.  
  809.         readonly string[128]    api2Label
  810.         description     "A string associated with api2data and comes from the same row."
  811.         characteristics "-N api2Label -O 1.3.6.1.4.1.548.1.2.2.19.2.1.2 -T STRING -A RO -X equal -F 0"
  812.  
  813.         readonly int    api2Data
  814.         description     "The data found in this row of the api2 table."
  815.         characteristics "-N api2Data -O 1.3.6.1.4.1.548.1.2.2.19.2.1.3 -T INTEGER -A RO -X equal -F 0"
  816.  
  817.     )
  818.  
  819.     group    api3
  820.     description "(null)"
  821.     characteristics "-K NONE"
  822.     (
  823.         readonly string[128]    api3fname
  824.         description     "The filename that the following data came from."
  825.         characteristics "-N api3fname -O 1.3.6.1.4.1.548.1.2.2.20.1 -T STRING -A RO -X equal -F 0"
  826.  
  827.     )
  828.  
  829.     table    api3Table
  830.     description "(null)"
  831.     characteristics "-K ONE"
  832.     (
  833.         readonly int    api3Index
  834.         description     "The index to this table entry."
  835.         characteristics "-N api3Index -O 1.3.6.1.4.1.548.1.2.2.20.2.1.1 -T INTEGER -A RO -X equal -F 0"
  836.  
  837.         readonly string[128]    api3Label
  838.         description     "A string associated with api3data and comes from the same row."
  839.         characteristics "-N api3Label -O 1.3.6.1.4.1.548.1.2.2.20.2.1.2 -T STRING -A RO -X equal -F 0"
  840.  
  841.         readonly int    api3Data
  842.         description     "The data found in this row of the api3 table."
  843.         characteristics "-N api3Data -O 1.3.6.1.4.1.548.1.2.2.20.2.1.3 -T INTEGER -A RO -X equal -F 0"
  844.  
  845.     )
  846.  
  847.     group    api4
  848.     description "(null)"
  849.     characteristics "-K NONE"
  850.     (
  851.         readonly string[128]    api4fname
  852.         description     "The filename that the following data came from."
  853.         characteristics "-N api4fname -O 1.3.6.1.4.1.548.1.2.2.21.1 -T STRING -A RO -X equal -F 0"
  854.  
  855.     )
  856.  
  857.     table    api4Table
  858.     description "(null)"
  859.     characteristics "-K ONE"
  860.     (
  861.         readonly int    api4Index
  862.         description     "The index to this table entry."
  863.         characteristics "-N api4Index -O 1.3.6.1.4.1.548.1.2.2.21.2.1.1 -T INTEGER -A RO -X equal -F 0"
  864.  
  865.         readonly string[128]    api4Label
  866.         description     "A string associated with api4data and comes from the same row."
  867.         characteristics "-N api4Label -O 1.3.6.1.4.1.548.1.2.2.21.2.1.2 -T STRING -A RO -X equal -F 0"
  868.  
  869.         readonly int    api4Data
  870.         description     "The data found in this row of the api4 table."
  871.         characteristics "-N api4Data -O 1.3.6.1.4.1.548.1.2.2.21.2.1.3 -T INTEGER -A RO -X equal -F 0"
  872.  
  873.     )
  874.  
  875.     group    api5
  876.     description "(null)"
  877.     characteristics "-K NONE"
  878.     (
  879.         readonly string[128]    api5fname
  880.         description     "The filename that the following data came from."
  881.         characteristics "-N api5fname -O 1.3.6.1.4.1.548.1.2.2.22.1 -T STRING -A RO -X equal -F 0"
  882.  
  883.     )
  884.  
  885.     table    api5Table
  886.     description "(null)"
  887.     characteristics "-K ONE"
  888.     (
  889.         readonly int    api5Index
  890.         description     "The index to this table entry."
  891.         characteristics "-N api5Index -O 1.3.6.1.4.1.548.1.2.2.22.2.1.1 -T INTEGER -A RO -X equal -F 0"
  892.  
  893.         readonly string[128]    api5Label
  894.         description     "A string associated with api5data and comes from the same row."
  895.         characteristics "-N api5Label -O 1.3.6.1.4.1.548.1.2.2.22.2.1.2 -T STRING -A RO -X equal -F 0"
  896.  
  897.         readonly int    api5Data
  898.         description     "The data found in this row of the api5 table."
  899.         characteristics "-N api5Data -O 1.3.6.1.4.1.548.1.2.2.22.2.1.3 -T INTEGER -A RO -X equal -F 0"
  900.  
  901.     )
  902.  
  903.     group    api6
  904.     description "(null)"
  905.     characteristics "-K NONE"
  906.     (
  907.         readonly string[128]    api6fname
  908.         description     "The filename that the following data came from."
  909.         characteristics "-N api6fname -O 1.3.6.1.4.1.548.1.2.2.23.1 -T STRING -A RO -X equal -F 0"
  910.  
  911.     )
  912.  
  913.     table    api6Table
  914.     description "(null)"
  915.     characteristics "-K ONE"
  916.     (
  917.         readonly int    api6Index
  918.         description     "The index to this table entry."
  919.         characteristics "-N api6Index -O 1.3.6.1.4.1.548.1.2.2.23.2.1.1 -T INTEGER -A RO -X equal -F 0"
  920.  
  921.         readonly string[128]    api6Label
  922.         description     "A string associated with api6data and comes from the same row."
  923.         characteristics "-N api6Label -O 1.3.6.1.4.1.548.1.2.2.23.2.1.2 -T STRING -A RO -X equal -F 0"
  924.  
  925.         readonly int    api6Data
  926.         description     "The data found in this row of the api6 table."
  927.         characteristics "-N api6Data -O 1.3.6.1.4.1.548.1.2.2.23.2.1.3 -T INTEGER -A RO -X equal -F 0"
  928.  
  929.     )
  930.  
  931.     group    usertraps
  932.     description "(null)"
  933.     characteristics "-K NONE"
  934.     (
  935.         readonly string[255]    userTrapLabel
  936.         description     "A descriptive lable sent in the last TRAP originating from the
  937.      Command Line Interface."
  938.         characteristics "-N userTrapLabel -O 1.3.6.1.4.1.548.1.2.2.24.1 -T STRING -A RO -X equal -F 0"
  939.  
  940.         readonly string[255]    userTrapMsg
  941.         description     "The TRAP description  sent in the last TRAP originating from the
  942.      Command Line Interface."
  943.         characteristics "-N userTrapMsg -O 1.3.6.1.4.1.548.1.2.2.24.2 -T STRING -A RO -X equal -F 0"
  944.  
  945.         readonly int    userTrapValue
  946.         description     "The integer absolute value of the userTrapMsg instance.
  947.          If userTrapMsg does not start with numerics, then the value is zero."
  948.         characteristics "-N userTrapValue -O 1.3.6.1.4.1.548.1.2.2.24.3 -T INTEGER -A RO -X equal -F 0"
  949.  
  950.         readonly string[255]    userTrapText
  951.         description     "The optional user text obtained from the Command Line Interface. The
  952.      text could prehaps be the Unit of Measure for userTrapValue."
  953.         characteristics "-N userTrapText -O 1.3.6.1.4.1.548.1.2.2.24.4 -T STRING -A RO -X equal -F 0"
  954.  
  955.     )
  956.  
  957. agenterrors (
  958.     1    "cannot dispatch request"
  959.     2    "select(2) failed"
  960.     3    "sendto(2) failed"
  961.     4    "recvfrom(2) failed"
  962.     5    "no response from system"
  963.     6    "response too big"
  964.     7    "missing attribute"
  965.     8    "bad attribute type"
  966.     9    "cannot get sysUpTime"
  967.     10    "sysUpTime type bad"
  968.     11    "unknown SNMP error"
  969.     12    "bad variable value"
  970.     13    "variable is read only"
  971.     14    "general error"
  972.     15    "cannot make request PDU"
  973.     16    "cannot make request varbind list"
  974.     17    "cannot parse response PDU"
  975.     18    "request ID - response ID mismatch"
  976.     19    "string contains non-displayable characters"
  977.     20    "cannot open schema file"
  978.     21    "cannot parse schema file"
  979.     22    "cannot open host file"
  980.     23    "cannot parse host file"
  981.     24    "attribute unavailable for set operations"
  982.              )
  983. )
  984.  
  985.  
  986. ## End of Agent Definitions
  987.